Skip to content

Commit

Permalink
Merge pull request #12 from dvilelaf/feat/donations
Browse files Browse the repository at this point in the history
Feat/donations
  • Loading branch information
dvilelaf authored Jun 13, 2024
2 parents d8abdf1 + b7ff874 commit e9137f0
Show file tree
Hide file tree
Showing 18 changed files with 3,585 additions and 121 deletions.
4 changes: 3 additions & 1 deletion .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
84bb27da7c7e36ae932749216a05fe563d83bc42:packages/dvilela/skills/tsunami_chained_abci/skill.yaml:generic-api-key:85
a4c606c6635c2562f67e4d2cb7c614e0d10d58f8:packages/dvilela/skills/prepare_tweets_abci/skill.yaml:generic-api-key:80
a4c606c6635c2562f67e4d2cb7c614e0d10d58f8:packages/dvilela/skills/tsunami_abci/skill.yaml:generic-api-key:80
117e66917c1ddac74c0958c5b6d9d5435f55b02d:packages/dvilela/services/tsunami/service.yaml:generic-api-key:69
117e66917c1ddac74c0958c5b6d9d5435f55b02d:packages/dvilela/services/tsunami/service.yaml:generic-api-key:69
3ffffb92954da6ffe5391bd13385c571c1db53db:packages/dvilela/contracts/olas_tokenomics/contract.yaml:generic-api-key:11
f465f892ab8e6520d1fa57a2daeafb1fc1e5e66c:packages/dvilela/contracts/olas_tokenomics/contract.yaml:generic-api-key:10
9 changes: 7 additions & 2 deletions packages/dvilela/agents/tsunami/aea-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ contracts:
- valory/multisend:0.1.0:bafybeig5byt5urg2d2bsecufxe5ql7f4mezg3mekfleeh32nmuusx66p4y
- valory/service_registry:0.1.0:bafybeiekytropd5ysnap2wkekub3byi5jbda3qll7awchvhu5plbpafhmi
- dvilela/olas_registries:0.1.0:bafybeict2xpt56m2a5ehezd2oylrhbhahrsas3dht2fdfbnrejlr5mdqpa
- dvilela/olas_tokenomics:0.1.0:bafybeifslkoofg3ohscvovzhgaa3up5jhmb6fac4r35b5wcdjphafzssxu
- dvilela/olas_treasury:0.1.0:bafybeidd6yelhuztyvtbso6fkc4iiq2pmegh734exyrtcbqh62yfwgluqy
protocols:
- open_aea/signing:1.0.0:bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi
- valory/abci:0.1.0:bafybeiaqmp7kocbfdboksayeqhkbrynvlfzsx4uy4x6nohywnmaig4an7u
Expand All @@ -45,8 +47,8 @@ skills:
- valory/transaction_settlement_abci:0.1.0:bafybeic3tccdjypuge2lewtlgprwkbb53lhgsgn7oiwzyrcrrptrbeyote
- valory/registration_abci:0.1.0:bafybeieu7vq3pyns4t5ty6u3sbmpkd7yznpg3rmqifoz3jhy7pmqyg3w6q
- valory/reset_pause_abci:0.1.0:bafybeiameewywqigpupy3u2iwnkfczeiiucue74x2l5lbge74rmw6bgaie
- dvilela/tsunami_abci:0.1.0:bafybeidzlzl4yqkw36uw6c3tbq5mz2twmkto6fkerv2skkcvmbtdnjmfjq
- dvilela/tsunami_chained_abci:0.1.0:bafybeicqrebte42fxb4eokfemydjwmfqcfsr7gogl3jeiqrxrlklgmsibi
- dvilela/tsunami_abci:0.1.0:bafybeifb4oatjxqa5tc37xxb36ru5wktebqqy4f5ig6d6wnwsovvyjysii
- dvilela/tsunami_chained_abci:0.1.0:bafybeiaj7y4bnugd45nlnfb6fz36ixnpzlhbgs76frukd7r2zyjooopngq
default_ledger: ethereum
required_ledgers:
- ethereum
Expand Down Expand Up @@ -218,6 +220,8 @@ models:
agent_registry_address_ethereum: ${str:0x2F1f7D38e4772884b88f3eCd8B6b9faCdC319112}
component_registry_address_ethereum: ${str:0x15bd56669F57192a97dF41A2aa8f4403e9491776}
service_registry_address_gnosis: ${str:0x9338b5153AE39BB89f50468E608eD9d764B755fD}
treasury_address_ethereum: ${str:0xa0DA53447C0f6C4987964d8463da7e6628B30f82}
tokenomics_address_ethereum: ${str:0xc096362fa6f4A4B1a9ea68b1043416f3381ce300}
initial_block_ethereum: ${int:19423661}
initial_block_gnosis: ${int:33047920}
twitter_credentials: ${str:{}}
Expand All @@ -235,4 +239,5 @@ public_id: valory/http_server:0.22.0:bafybeicblltx7ha3ulthg7bzfccuqqyjmihhrvfezt
type: connection
config:
host: ${str:0.0.0.0}
port: ${int:8000}
target_skill_id: dvilela/tsunami_chained_abci:0.1.0
20 changes: 20 additions & 0 deletions packages/dvilela/contracts/olas_tokenomics/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2022 Valory AG
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# ------------------------------------------------------------------------------

"""This module contains the support resources for the tokenomics contract."""
Loading

0 comments on commit e9137f0

Please sign in to comment.