Skip to content

Commit

Permalink
Merge pull request #74 from sygmaprotocol/nmlinaric/remove-dynamic-fe…
Browse files Browse the repository at this point in the history
…e-handlers

chore: remove dynamic fee handlers
  • Loading branch information
tcar121293 authored Nov 8, 2023
2 parents 95493ad + 13fb13d commit aa55a1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
14 changes: 7 additions & 7 deletions testnet/shared-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"feeRouter": "0x860B8a9b84Be8f2bF98d6455699cae5dcecCf43a",
"feeHandlers": [
{
"address": "0xA88993743fFd129d2738Ca5a113B830264C17013",
"address": "0x4828Fb7b41D5B4AC8428de2bbD0cb616Cd494973",
"type": "basic"
},
{
"address": "0xD001f527E7C134DA7fe23F3bc6d8ffDd9C03514E",
"type": "oracle"
"address": "0x4828Fb7b41D5B4AC8428de2bbD0cb616Cd494973",
"type": "percentage"
}
],
"resources": [
Expand Down Expand Up @@ -138,8 +138,8 @@
"type": "basic"
},
{
"address": "0xd2f4B94e5Ca7c6A105a354C329C2085259FDFeF8",
"type": "oracle"
"address": "0xB52dfE3b6F7a2763691B4320473F9a9Fd2E39708",
"type": "percentage"
}
],
"resources": [
Expand Down Expand Up @@ -240,8 +240,8 @@
"type": "basic"
},
{
"address": "0x0c3a5d050d60f424F4D9875138bFF0cA9EdE0766",
"type": "oracle"
"address": "0x8684ceD7E4A9c63beAF61Ff7403f20AD6EB5DDB9",
"type": "percentage"
}
],
"resources": [
Expand Down
16 changes: 2 additions & 14 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"type": "basic"
},
{
"address": "0x66eB349d5750957f68Fe43c01f82019fCe278293",
"type": "oracle"
"address": "0x2CCD04E702E8Fa321876268E763a2e579F27188B",
"type": "percentage"
}
],
"resources": [
Expand Down Expand Up @@ -90,10 +90,6 @@
"address": "0xDcBA3f691eF406415556C802163C265Db56208cF",
"type": "basic"
},
{
"address": "0xF97F5A81c77310C36EF042cf21CE8F43809B4334",
"type": "oracle"
},
{
"address": "0x2e77dEa116117eCF44a427064260D16D488ccff2",
"type": "percentage"
Expand Down Expand Up @@ -207,10 +203,6 @@
"address": "0x7dCBdb9cBA0Bb1871EECafAB290E5a2e45077479",
"type": "basic"
},
{
"address": "0xA30Ad3e57b33149cd31EE2E9Dd37e327ad1e65C3",
"type": "oracle"
},
{
"address": "0x117689D3BD6b5Cf32cE1d971Dd879eF17209193A",
"type": "percentage"
Expand Down Expand Up @@ -260,10 +252,6 @@
"address": "0x8eDab7563C618a3F1e5021677640565468C706d8",
"type": "basic"
},
{
"address": "0x055CEe6D441f0c913D863776356C12FfA2FCDc47",
"type": "oracle"
},
{
"address": "0x26545905a3a63B9ffB37926e909a827bDd088512",
"type": "percentage"
Expand Down

0 comments on commit aa55a1d

Please sign in to comment.