Skip to content

Commit

Permalink
Update JSON script
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyyim committed Sep 12, 2024
1 parent ef6e815 commit 317c84e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
26 changes: 11 additions & 15 deletions CGPs/cgp-0148.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,25 +215,21 @@ By incorporating the feedback from the community from the first proposal, includ
## Proposed Changes
### Transactions
Unique Transaction of US$175000 cUSD to Multisign ```0xd1a06a4477b9E4633E6E56D8f9EB9ccD39cE36Bc```
Half (US$87500) when the proposal passes and the second half 1 year after the proposal passes if Celo Community is happy with Artemis' work.

- Destination:
- Data:
- Value:
Half (US$87500) when the proposal passes and the second half 1 year after the proposal passes if Celo Community is happy with Artemis' work. Artemis will withdraw half when the proposal passses and withdraw the second half a year later if Celo is happy with the work Artemis delivered. We will work closely with Celo Foundation to determine if Artemis' work has been satisfactory.

### Json Script
```
[
{
"contract": "",
"address": "",
"function": "",
"args": [
"",
""
],
"value": "0"
}
{
"contract":"StableToken",
"address":"0x765DE816845861e75A25fCA122bb6898B8B1282a",
"function":"approve",
"args":[
"0xd1a06a4477b9E4633E6E56D8f9EB9ccD39cE36Bc",
"175000000000000000000000"
],
"value":"0"
}
]
```

Expand Down
22 changes: 11 additions & 11 deletions CGPs/cgp-0148/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"contract":,
"address":,
"function":,
"args": [
"",
""
],
"value": "0"
}
]
{
"contract":"StableToken",
"address":"0x765DE816845861e75A25fCA122bb6898B8B1282a",
"function":"approve",
"args":[
"0xd1a06a4477b9E4633E6E56D8f9EB9ccD39cE36Bc",
"175000000000000000000000"
],
"value":"0"
}
]

0 comments on commit 317c84e

Please sign in to comment.